.bot{
	background: #D72B3B;
}
.bot .nav{
	width: 75%;
	margin: auto;
	
}
.bot .nav>ul{
	margin-bottom:0 ;
	height: 40px;
	margin-left: 0;
	margin: initial!important;
	padding: initial!important;
}
.bot .nav>ul>li{
	float: left;
	width: 10%;
	height:40px;
	list-style: none;
}
.bot .nav>ul>li:hover{
	background-color: #d7583c;
}
.bot .nav>ul>li>a{
	color: #fff;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	display: block;
}
.bot .nav .sub-nav{
	background: rgba(0,0,0,0.5);
	z-index: 1020;
	position: relative;
}
.bot .nav .sub-nav ul{
	padding: 0;
}
.bot .nav .sub-nav ul li{
	list-style: none;
	height: 40px;
}
.bot .nav .sub-nav ul li a{
display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.bot .nav .sub-nav ul li:hover{
	background: rgba(0,0,0,0.6);
}